public class Driver { public static void main(String[] args){ Array2 a2 = new Array2(); System.out.println(a2.RevFill(4)); a2.MakeRandom(7,3,9); } }